home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connection 1998 Fall: Game Toolkit / Disc.iso / SDKs / Apple Game Sprockets / DrawSprocket / GoggleSprocket / GoggleSprocketTest Sources / GSpTest_AEvt.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-03-12  |  527 b   |  23 lines  |  [TEXT/CWIE]

  1. /*
  2. ********************************************************************************
  3. **
  4. ** File: aevt.h
  5. **
  6. ** Description:
  7. **
  8. **    Apple Event routines.
  9. **
  10. ********************************************************************************
  11. */
  12. #ifndef __aevt_h__
  13. #define __aevt_h__
  14.  
  15. /*
  16. ********************************************************************************
  17. ** prototypes
  18. ********************************************************************************
  19. */
  20. OSErr AEStartup(void);
  21. void AEShutdown( void );
  22.  
  23. #endif // __aevt_h__